/*
Theme Name: Yonder Journal
Theme URI: http://www.yonderjournal.com/
Description: America Field Studies
Version: 3.0
Author: Mathew Foster
Author URI: http://mathewfoster.com/
*/
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent;}
article,aside,figure,footer,header,hgroup,nav,section{display:block;}
img,object,embed{max-width:100%;}
html{overflow-y:scroll;overflow-x:hidden;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,
blockquote:after,
q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
th{font-weight:bold;vertical-align:bottom;}
td{font-weight:normal;vertical-align:top;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
pre{white-space:pre;/* CSS2 */
white-space:pre-wrap;/* CSS 2.1 */
white-space:pre-line;/* CSS 3 (and 2.1 as well,actually) */
word-wrap:break-word;/* IE */}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}
.ie6 input{vertical-align:text-bottom;}
select,input,textarea{font:99% sans-serif;}
table{font-size:inherit;font:100%;}
a:hover,a:active{outline:none;}
small{font-size:85%;}
strong,th{font-weight:bold;}
td,td img{vertical-align:top;}
pre,code,kbd,samp{font-family:monospace,sans-serif;}
.clickable,label,input[type=button],input[type=submit],button{cursor:pointer;}
button,input,select,textarea{margin:0;}
button{width:auto;overflow:visible;}
.ie7 img{-ms-interpolation-mode:bicubic;}
.ie6 html{filter:expression(document.execCommand("BackgroundImageCache",false,true));}

.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

::-moz-selection{background: #CCC; color: #FFF; text-shadow: none;}
::selection {background: #CCC; color: #FFF; text-shadow: none;} 

a,img {
	text-decoration: none;
	outline:none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fade {
	opacity: 1;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
.fade:hover {opacity: 0.5;}
a {
	-webkit-transition:all .3s ease-in-out;  
	-moz-transition:all .3s ease-in-out;  
	-o-transition:all .3s ease-in-out;  
	transition:all .3s ease-in-out;
	color:#000;
}
a:hover {color:#444;}
.hide-text {text-indent: 100%;white-space: nowrap;overflow: hidden;}
@font-face {
    font-family: fc;    
	src: url('fc.otf') format("opentype");
}
@font-face {
    font-family: fcb;    
	src: url('fcb.otf') format("opentype");
}
@font-face {
    font-family: ftb;    
	src: url('ftb.otf') format("opentype");
}
@font-face {
    font-family: ft;    
	src: url('ft.otf') format("opentype");
}
.fc {
	font-family: fc,arial,helvetica,sans-serif;
	font-style: normal !important;
	font-weight: normal !important;
	text-transform: uppercase;
}
.fcb {
	font-family: fcb,arial,helvetica,sans-serif;
	font-style: normal !important;
	font-weight: normal !important;
	text-transform: uppercase;
}
.ft {
	font-family: ft,arial,helvetica,sans-serif;
	font-style: normal !important;
	font-weight: normal !important;
	text-transform: uppercase;
}
.ftb {
	font-family: ftb,arial,helvetica,sans-serif;
	font-style: normal !important;
	font-weight: normal !important;
	text-transform: uppercase;
}
.grayscale img, img.grayscale {  
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .6s ease;
}
.grayscale:hover img, img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .6s ease;
}

/* STORE
-------------------------------------------------------------------------------*/
#shop-nav {
	background:#EBEBEB;
	font-size:12px;
	letter-spacing: 0.1em;
	margin:-25px auto 20px auto;
	padding:10px;
	position:relative;
}
	#shop-nav ul li {
		display:inline;
	}
	#shop-nav p.cart {
		right: 22px;
		letter-spacing: 0.07em;
		position: absolute;
		text-transform: uppercase;
		text-align: right;
		top: 10px;
	}
		#shop-nav p.cart a {
			color:#000;
		}


.post .product {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	line-height:150%;
	margin:0 2% 1% 2%;
	width:29%;
	text-align: center;
	text-transform: uppercase;
	height: 320px;
}
.post .product span {
	display:block;
	height:240px;
	margin-bottom:12px;
	overflow:hidden;
}
.post .product h4 {
	font-size:12px;
	letter-spacing: 0.08em;
	line-height:1.2;
}


/* PRODUCT
-------------------------------------------------------------------------------*/

#product {
	position:relative;
}
#product-images {
	margin:0;
	width:50%;
	text-align: left;
}
	#product-images .more {
		text-align: center;
	}

#product-details {
	color:#888;
	font-size:12px;
	line-height:140%;
	letter-spacing: 1px;
	position:absolute;
	top:0;
	right:0;
	width:45%;
}
	#product-details h2 {
		color:#222;
		font-size:20px;
		text-transform: uppercase;
	}
	#product-details h3 {
  font-size:16px;
  margin:10px 0;
}
	#product-details h3,
	#product-details p {
		margin-bottom:18px;
		font-family:Times, Georgia, serif;
	}

#product-addtocart,
#btn_checkout,
#product-details h4 {
	background:#999;
	border:none;
	color:#FFF;
	display:inline;
	font-size:18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin:14px 0;
	padding:8px 8px 5px 8px;
	text-transform: uppercase;
}
	#product-addtocart:hover {
		background:#111;
	}

#product-details .item-nav {
	font-size:10px;
	margin:20px 0;
}

/* CART
-------------------------------------------------------------------------------*/

#cart_form {
	margin-top:40px;
}

#cart_form,
#cart_contents,
.item_wrap {
	width:100% !important;
}
#cart_contents li {
	border-bottom:1px solid #CCC;
	clear:both;
	min-height:80px;
	margin:6px 0;
	width:100%;
}
#cart_contents li div {
	float:left;
	font-size:12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
	#cart_contents li .thumbnail {
		height:75px;
		margin-right:12px;
		width:auto;
	}
	#cart_contents li .item_info {
		margin-right:12px;
		width:350px;
	}
	#cart_contents li .item_info p {
		font-family:Times, Georgia, serif;
		color:#666;
		font-size:10px;
	}	
	#cart_contents li .item_qty,
	#cart_contents li .item_total,
	#cart_contents li .item_remove	{
		float:right;
		margin-left:10px;
	}
	
	#cart_contents li .item_qty input {
		margin-right:18px;
		width:20px;
	}

	#cart_update,
	.cart_total {
		text-align: right;
	}

.cart_total {
	font-size:16px;
	letter-spacing: 1px;
	margin:12px 0;
	text-transform: uppercase;	
}
.cart_total p {
	font-size:10px;
}
.item_total, .item_info h2 {
	font-size:14px;
}

body.theme.shopper .nav #li-store a {color:#111;}